home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2575 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: micro.internexus.net!not-for-mail
  2. From: master@micro.internexus.net (Laszlo Vecsey)
  3. Newsgroups: comp.lang.c++
  4. Subject: Portable C++ 'Wrapper' Toolkit?
  5. Date: 15 Jan 1996 06:43:30 GMT
  6. Organization: The Internet Nexus
  7. Message-ID: <4dct2i$1p0@micro.internexus.net>
  8. NNTP-Posting-Host: micro.internexus.net
  9. X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
  10.  
  11. I'm looking for a multiplatform C++ toolkit which allows for
  12. development of applications such that they can be easily ported,
  13. or compiled to run as is for ANSI/VT100 Text Mode, X-Windows,
  14. Macintosh, and Windows. (Including Mac may be pushing it a bit, 
  15. I know <grin>) 
  16.  
  17. In other words there would be one standard interface (C++ Library)
  18. that would define how the menus/buttons etc are created. Therefore
  19. if you were on a UNIX system, you could execute it as a text mode
  20. application or under XWindows graphically.. same goes for Win95
  21. (through a command line switch, perhaps). The important point
  22. though is that there is no need to muck with Motif, Windows libs,
  23. or the 'display' UNIX library because everything is done through
  24. a single, simple and efficient C++ class. Same goes for sockets.
  25.